home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / netfc12b.lha / netface-beta / bin / PrepNews < prev   
Text File  |  1995-10-26  |  648b  |  27 lines

  1. if exists "uuspool:NewsBatch" 
  2.     echo "unbatching news ..." 
  3.     AmiTCP:bin/rnews -h "uuspool:NewsBatch"    
  4.     echo "deleting NewsBatch" 
  5.     delete "uuspool:NewsBatch" quiet 
  6.     echo "Triming old news" 
  7.     AmiTCP:bin/trimnews 
  8. else 
  9.     echo "Sorry, no news transferred" 
  10. endif 
  11.  
  12. if exists "uuspool:NABatch" 
  13.     echo "unbatching NewsAgent news ..." 
  14.     AmiTCP:bin/rnews -h "uuspool:NABatch"    
  15.     echo "deleting NABatch" 
  16.     delete "uuspool:NABatch" quiet 
  17.     echo "Triming old news" 
  18.     AmiTCP:bin/trimnews 
  19. else 
  20.     echo "Sorry, no NewsAgent news transferred" 
  21. endif
  22.  
  23. CD AmiTCP:Bin
  24. SETENV GRNSaveDir DH0:Misc 
  25. SETENV replyprefix "> " 
  26. run GRn height=240 top=10 left=30 wrap=83 
  27.